Build GUI universal on Mac.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 19 Jul 2009 03:41:41 +0000 (03:41 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 19 Jul 2009 03:41:41 +0000 (03:41 +0000)
gpsbabel/gui/app.pro

index 48b73373589167f7c4ea1e3204482c266dfb53e6..a48aceac2af762e347f852158772dfcce7b5610b 100755 (executable)
@@ -1,12 +1,15 @@
-# $Id: app.pro,v 1.2 2009-07-18 06:11:17 robertl Exp $
+# $Id: app.pro,v 1.3 2009-07-19 03:41:41 robertl Exp $
 #
 
 #CONFIG += qt debug console
 CONFIG += qt release 
 
-#QT += network \
-#    xml \
-#    webkit
+# For Mac, build Universal binary.   Ignored on other OSes.
+CONFIG += x86 ppc
+
+QT += network \
+    xml \
+    webkit
 
 unix:DESTDIR = objects
 unix:MOC_DIR = objects